IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : RelatedEntityList<T> Class |
The following tables list the members exposed by RelatedEntityList<T>.
Name | Description | |
---|---|---|
![]() | RelatedEntityList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | See Count. |
![]() | IsPendingEntityList | Returns true if the current list is pending the completion of an asynchronous navigation. |
![]() | IsReadOnly | See System.Collections.IList.IsReadOnly. |
![]() | Item | See Item |
![]() | ListReference | The IdeaBlade.EntityModel.ListEntityReference{T} to which this list is tied. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the list. |
![]() | Clear | Clears related entities from the list.. |
![]() | Contains | See Contains. |
![]() | CopyTo | See CopyTo. |
![]() | Equals | (Inherited from object) |
![]() | GetEnumerator | See GetEnumerator. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | IndexOf | See IndexOf |
![]() | Insert | See Insert |
![]() | Reload | Forces the RelatedEntityList to refresh itself. |
![]() | Remove | Removes an item from the list. |
![]() | RemoveAt | See System.Collections.IList.RemoveAt(System.Int32) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | All<T> | Returns true if all items in a cached collection satisfy the given predicate. |
![]() | AllEqual | Overloaded. Returns true if all items in a cached collection are equal. |
![]() | Any<T> | Returns true if any of the items in the indexed collection in cache satisfy the given predicate. |
![]() | Concat<T> | Concatenates two sequences. |
![]() | Distinct<TSource,TResult> | Returns distinct elements from a sequence by using a specified selector function to project objects to compare. |
![]() | Except<TSource,TResult> | Produces the set difference of two sequences by using a specified selector function to compare values. |
![]() | ForEach | Overloaded. Enumerate a cached collection performing the specified action on each item. |
![]() | GetAggregateHashCode | Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters. |
![]() | IndexOf<T> | Returns the index of the first item in the sequence matching a condition, or -1 if no match found. |
![]() | Intersect<TSource,TResult> | Produces the set intersection of two sequences by using a specified selector function to project objects to compare. |
![]() | Repeat<T> | Repeat the items enumerable count times. |
![]() | ToAggregateString | Concatenates the string version of each element in a collection using the delimiter provided. |
![]() | ToHashSet<T> | Returns a HashSet of the specified collection. |
![]() | Union<TSource,TResult> | Produces the set union of two sequences by using a specified selector function to project objects to compare. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | System.Collections.Specialized.INotifyCollectionChanged. |
![]() | PendingEntityListResolved | Event fired when an asynchronous navigation completes. |
![]() | PropertyChanged | System.ComponentModel.INotifyPropertyChanged |